You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TODO: uncomment the following, replacing YourServiceAsyncClient with your service client name
10
+
TODO: uncomment the following, replacing YourServiceClient with your service client name
11
11
It is recommended to use static HTTP client so less memory is consumed
12
12
e.g. https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-logs/blob/master/aws-logs-loggroup/src/main/java/software/amazon/logs/loggroup/ClientBuilder.java#L9
13
13
14
-
public static YourServiceAsyncClient getClient() {
0 commit comments