Uses of Interface
software.amazon.awssdk.services.config.model.DescribeConfigurationRecorderStatusRequest.Builder
-
Packages that use DescribeConfigurationRecorderStatusRequest.Builder Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.model -
-
Uses of DescribeConfigurationRecorderStatusRequest.Builder in software.amazon.awssdk.services.config
Method parameters in software.amazon.awssdk.services.config with type arguments of type DescribeConfigurationRecorderStatusRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeConfigurationRecorderStatusResponse>ConfigAsyncClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders.default DescribeConfigurationRecorderStatusResponseConfigClient. describeConfigurationRecorderStatus(Consumer<DescribeConfigurationRecorderStatusRequest.Builder> describeConfigurationRecorderStatusRequest)Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders. -
Uses of DescribeConfigurationRecorderStatusRequest.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return DescribeConfigurationRecorderStatusRequest.Builder Modifier and Type Method Description DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) of the configuration recorder that you want to specify.static DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest. builder()DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. configurationRecorderNames(String... configurationRecorderNames)The name of the configuration recorder.DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. configurationRecorderNames(Collection<String> configurationRecorderNames)The name of the configuration recorder.DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest.Builder. servicePrincipal(String servicePrincipal)For service-linked configuration recorders, you can use the service principal of the linked Amazon Web Services service to specify the configuration recorder.DescribeConfigurationRecorderStatusRequest.BuilderDescribeConfigurationRecorderStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type DescribeConfigurationRecorderStatusRequest.Builder Modifier and Type Method Description static Class<? extends DescribeConfigurationRecorderStatusRequest.Builder>DescribeConfigurationRecorderStatusRequest. serializableBuilderClass()
-