Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.UpdateAccountConfigurationRequest
-
Packages that use UpdateAccountConfigurationRequest Package Description software.amazon.awssdk.services.codegurusecurity software.amazon.awssdk.services.codegurusecurity.transform -
-
Uses of UpdateAccountConfigurationRequest in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity with parameters of type UpdateAccountConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateAccountConfigurationResponse>CodeGuruSecurityAsyncClient. updateAccountConfiguration(UpdateAccountConfigurationRequest updateAccountConfigurationRequest)Use to update account-level configuration with an encryption key.default UpdateAccountConfigurationResponseCodeGuruSecurityClient. updateAccountConfiguration(UpdateAccountConfigurationRequest updateAccountConfigurationRequest)Use to update account-level configuration with an encryption key. -
Uses of UpdateAccountConfigurationRequest in software.amazon.awssdk.services.codegurusecurity.transform
Methods in software.amazon.awssdk.services.codegurusecurity.transform with parameters of type UpdateAccountConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateAccountConfigurationRequestMarshaller. marshall(UpdateAccountConfigurationRequest updateAccountConfigurationRequest)
-