Uses of Class
software.amazon.awssdk.services.ecr.model.GetAccountSettingResponse
-
Packages that use GetAccountSettingResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of GetAccountSettingResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return GetAccountSettingResponse Modifier and Type Method Description default GetAccountSettingResponseEcrClient. getAccountSetting(Consumer<GetAccountSettingRequest.Builder> getAccountSettingRequest)Retrieves the basic scan type version name.default GetAccountSettingResponseEcrClient. getAccountSetting(GetAccountSettingRequest getAccountSettingRequest)Retrieves the basic scan type version name.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type GetAccountSettingResponse Modifier and Type Method Description default CompletableFuture<GetAccountSettingResponse>EcrAsyncClient. getAccountSetting(Consumer<GetAccountSettingRequest.Builder> getAccountSettingRequest)Retrieves the basic scan type version name.default CompletableFuture<GetAccountSettingResponse>EcrAsyncClient. getAccountSetting(GetAccountSettingRequest getAccountSettingRequest)Retrieves the basic scan type version name.
-