Uses of Class
software.amazon.awssdk.services.ecr.model.PutAccountSettingRequest
-
Packages that use PutAccountSettingRequest Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.transform -
-
Uses of PutAccountSettingRequest in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr with parameters of type PutAccountSettingRequest Modifier and Type Method Description default CompletableFuture<PutAccountSettingResponse>EcrAsyncClient. putAccountSetting(PutAccountSettingRequest putAccountSettingRequest)Allows you to change the basic scan type version by setting thenameparameter to eitherCLAIRtoAWS_NATIVE.default PutAccountSettingResponseEcrClient. putAccountSetting(PutAccountSettingRequest putAccountSettingRequest)Allows you to change the basic scan type version by setting thenameparameter to eitherCLAIRtoAWS_NATIVE. -
Uses of PutAccountSettingRequest in software.amazon.awssdk.services.ecr.transform
Methods in software.amazon.awssdk.services.ecr.transform with parameters of type PutAccountSettingRequest Modifier and Type Method Description SdkHttpFullRequestPutAccountSettingRequestMarshaller. marshall(PutAccountSettingRequest putAccountSettingRequest)
-