Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.GetAccountConfigurationRequest
-
Packages that use GetAccountConfigurationRequest Package Description software.amazon.awssdk.services.codegurusecurity software.amazon.awssdk.services.codegurusecurity.transform -
-
Uses of GetAccountConfigurationRequest in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity with parameters of type GetAccountConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetAccountConfigurationResponse>CodeGuruSecurityAsyncClient. getAccountConfiguration(GetAccountConfigurationRequest getAccountConfigurationRequest)Use to get account level configuration.default GetAccountConfigurationResponseCodeGuruSecurityClient. getAccountConfiguration(GetAccountConfigurationRequest getAccountConfigurationRequest)Use to get account level configuration. -
Uses of GetAccountConfigurationRequest in software.amazon.awssdk.services.codegurusecurity.transform
Methods in software.amazon.awssdk.services.codegurusecurity.transform with parameters of type GetAccountConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetAccountConfigurationRequestMarshaller. marshall(GetAccountConfigurationRequest getAccountConfigurationRequest)
-