Uses of Class
software.amazon.awssdk.services.ecr.model.PutAccountSettingResponse
-
Packages that use PutAccountSettingResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of PutAccountSettingResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return PutAccountSettingResponse Modifier and Type Method Description default PutAccountSettingResponseEcrClient. putAccountSetting(Consumer<PutAccountSettingRequest.Builder> putAccountSettingRequest)Allows you to change the basic scan type version or registry policy scope.default PutAccountSettingResponseEcrClient. putAccountSetting(PutAccountSettingRequest putAccountSettingRequest)Allows you to change the basic scan type version or registry policy scope.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type PutAccountSettingResponse Modifier and Type Method Description default CompletableFuture<PutAccountSettingResponse>EcrAsyncClient. putAccountSetting(Consumer<PutAccountSettingRequest.Builder> putAccountSettingRequest)Allows you to change the basic scan type version or registry policy scope.default CompletableFuture<PutAccountSettingResponse>EcrAsyncClient. putAccountSetting(PutAccountSettingRequest putAccountSettingRequest)Allows you to change the basic scan type version or registry policy scope.
-