Uses of Interface
software.amazon.awssdk.services.cloudformation.model.DetectStackSetDriftRequest.Builder
Packages that use DetectStackSetDriftRequest.Builder
Package
Description
-
Uses of DetectStackSetDriftRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type DetectStackSetDriftRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.detectStackSetDrift(Consumer<DetectStackSetDriftRequest.Builder> detectStackSetDriftRequest) Detect drift on a StackSet.default DetectStackSetDriftResponseCloudFormationClient.detectStackSetDrift(Consumer<DetectStackSetDriftRequest.Builder> detectStackSetDriftRequest) Detect drift on a StackSet. -
Uses of DetectStackSetDriftRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return DetectStackSetDriftRequest.BuilderModifier and TypeMethodDescriptionDetectStackSetDriftRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account.DetectStackSetDriftRequest.Builder.operationId(String operationId) The ID of the StackSet operation.DetectStackSetDriftRequest.Builder.operationPreferences(Consumer<StackSetOperationPreferences.Builder> operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.DetectStackSetDriftRequest.Builder.operationPreferences(StackSetOperationPreferences operationPreferences) The user-specified preferences for how CloudFormation performs a StackSet operation.DetectStackSetDriftRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DetectStackSetDriftRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DetectStackSetDriftRequest.Builder.stackSetName(String stackSetName) The name of the StackSet on which to perform the drift detection operation.DetectStackSetDriftRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type DetectStackSetDriftRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DetectStackSetDriftRequest.Builder>DetectStackSetDriftRequest.serializableBuilderClass()