Uses of Class
software.amazon.awssdk.services.config.model.PutServiceLinkedConfigurationRecorderResponse
-
Packages that use PutServiceLinkedConfigurationRecorderResponse Package Description software.amazon.awssdk.services.config Config -
-
Uses of PutServiceLinkedConfigurationRecorderResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return PutServiceLinkedConfigurationRecorderResponse Modifier and Type Method Description default PutServiceLinkedConfigurationRecorderResponseConfigClient. putServiceLinkedConfigurationRecorder(Consumer<PutServiceLinkedConfigurationRecorderRequest.Builder> putServiceLinkedConfigurationRecorderRequest)Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on theServicePrincipalyou specify.default PutServiceLinkedConfigurationRecorderResponseConfigClient. putServiceLinkedConfigurationRecorder(PutServiceLinkedConfigurationRecorderRequest putServiceLinkedConfigurationRecorderRequest)Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on theServicePrincipalyou specify.Methods in software.amazon.awssdk.services.config that return types with arguments of type PutServiceLinkedConfigurationRecorderResponse Modifier and Type Method Description default CompletableFuture<PutServiceLinkedConfigurationRecorderResponse>ConfigAsyncClient. putServiceLinkedConfigurationRecorder(Consumer<PutServiceLinkedConfigurationRecorderRequest.Builder> putServiceLinkedConfigurationRecorderRequest)Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on theServicePrincipalyou specify.default CompletableFuture<PutServiceLinkedConfigurationRecorderResponse>ConfigAsyncClient. putServiceLinkedConfigurationRecorder(PutServiceLinkedConfigurationRecorderRequest putServiceLinkedConfigurationRecorderRequest)Creates a service-linked configuration recorder that is linked to a specific Amazon Web Services service based on theServicePrincipalyou specify.
-