@@ -193,11 +193,13 @@ public AnalyticsAsyncClient(
193193 this .authenticationDetailsProvider )
194194 .getClientConfigurators ());
195195 }
196- additionalClientConfigurators .addAll (authenticationDetailsConfigurators );
196+ java .util .List <com .oracle .bmc .http .ClientConfigurator > allConfigurators =
197+ new java .util .ArrayList <>(additionalClientConfigurators );
198+ allConfigurators .addAll (authenticationDetailsConfigurators );
197199 com .oracle .bmc .http .internal .RestClientFactory restClientFactory =
198200 com .oracle .bmc .http .internal .RestClientFactoryBuilder .builder ()
199201 .clientConfigurator (clientConfigurator )
200- .additionalClientConfigurators (additionalClientConfigurators )
202+ .additionalClientConfigurators (allConfigurators )
201203 .build ();
202204 com .oracle .bmc .http .signing .RequestSigner defaultRequestSigner =
203205 defaultRequestSignerFactory .createRequestSigner (
@@ -339,6 +341,7 @@ public void close() {
339341 final com .google .common .base .Function <
340342 javax .ws .rs .core .Response , ChangeAnalyticsInstanceCompartmentResponse >
341343 transformer = ChangeAnalyticsInstanceCompartmentConverter .fromResponse ();
344+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
342345
343346 com .oracle .bmc .responses .AsyncHandler <
344347 ChangeAnalyticsInstanceCompartmentRequest ,
@@ -435,6 +438,7 @@ public java.util.concurrent.Future<javax.ws.rs.core.Response> get() {
435438 final com .google .common .base .Function <
436439 javax .ws .rs .core .Response , ChangeAnalyticsInstanceNetworkEndpointResponse >
437440 transformer = ChangeAnalyticsInstanceNetworkEndpointConverter .fromResponse ();
441+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
438442
439443 com .oracle .bmc .responses .AsyncHandler <
440444 ChangeAnalyticsInstanceNetworkEndpointRequest ,
@@ -530,6 +534,7 @@ public java.util.concurrent.Future<CreateAnalyticsInstanceResponse> createAnalyt
530534 final com .google .common .base .Function <
531535 javax .ws .rs .core .Response , CreateAnalyticsInstanceResponse >
532536 transformer = CreateAnalyticsInstanceConverter .fromResponse ();
537+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
533538
534539 com .oracle .bmc .responses .AsyncHandler <
535540 CreateAnalyticsInstanceRequest , CreateAnalyticsInstanceResponse >
@@ -621,6 +626,7 @@ public java.util.concurrent.Future<DeleteAnalyticsInstanceResponse> deleteAnalyt
621626 final com .google .common .base .Function <
622627 javax .ws .rs .core .Response , DeleteAnalyticsInstanceResponse >
623628 transformer = DeleteAnalyticsInstanceConverter .fromResponse ();
629+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
624630
625631 com .oracle .bmc .responses .AsyncHandler <
626632 DeleteAnalyticsInstanceRequest , DeleteAnalyticsInstanceResponse >
@@ -1223,6 +1229,7 @@ public java.util.concurrent.Future<ScaleAnalyticsInstanceResponse> scaleAnalytic
12231229 final com .google .common .base .Function <
12241230 javax .ws .rs .core .Response , ScaleAnalyticsInstanceResponse >
12251231 transformer = ScaleAnalyticsInstanceConverter .fromResponse ();
1232+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
12261233
12271234 com .oracle .bmc .responses .AsyncHandler <
12281235 ScaleAnalyticsInstanceRequest , ScaleAnalyticsInstanceResponse >
@@ -1314,6 +1321,7 @@ public java.util.concurrent.Future<StartAnalyticsInstanceResponse> startAnalytic
13141321 final com .google .common .base .Function <
13151322 javax .ws .rs .core .Response , StartAnalyticsInstanceResponse >
13161323 transformer = StartAnalyticsInstanceConverter .fromResponse ();
1324+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
13171325
13181326 com .oracle .bmc .responses .AsyncHandler <
13191327 StartAnalyticsInstanceRequest , StartAnalyticsInstanceResponse >
@@ -1390,6 +1398,7 @@ public java.util.concurrent.Future<StopAnalyticsInstanceResponse> stopAnalyticsI
13901398 final com .google .common .base .Function <
13911399 javax .ws .rs .core .Response , StopAnalyticsInstanceResponse >
13921400 transformer = StopAnalyticsInstanceConverter .fromResponse ();
1401+ com .oracle .bmc .http .internal .RetryTokenUtils .addRetryToken (ib );
13931402
13941403 com .oracle .bmc .responses .AsyncHandler <
13951404 StopAnalyticsInstanceRequest , StopAnalyticsInstanceResponse >
0 commit comments