Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackInstanceResourceDriftsRequest.Builder
Packages that use ListStackInstanceResourceDriftsRequest.Builder
Package
Description
-
Uses of ListStackInstanceResourceDriftsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackInstanceResourceDriftsRequest.BuilderModifier and TypeMethodDescriptionCloudFormationAsyncClient.listStackInstanceResourceDrifts(Consumer<ListStackInstanceResourceDriftsRequest.Builder> listStackInstanceResourceDriftsRequest) Returns drift information for resources in a stack instance.CloudFormationClient.listStackInstanceResourceDrifts(Consumer<ListStackInstanceResourceDriftsRequest.Builder> listStackInstanceResourceDriftsRequest) Returns drift information for resources in a stack instance. -
Uses of ListStackInstanceResourceDriftsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackInstanceResourceDriftsRequest.BuilderModifier and TypeMethodDescriptionListStackInstanceResourceDriftsRequest.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.ListStackInstanceResourceDriftsRequest.Builder.maxResults(Integer maxResults) The maximum number of results to be returned with a single call.The token for the next set of items to return.ListStackInstanceResourceDriftsRequest.Builder.operationId(String operationId) The unique ID of the drift operation.ListStackInstanceResourceDriftsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListStackInstanceResourceDriftsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListStackInstanceResourceDriftsRequest.Builder.stackInstanceAccount(String stackInstanceAccount) The name of the Amazon Web Services account that you want to list resource drifts for.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceRegion(String stackInstanceRegion) The name of the Region where you want to list resource drifts.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatuses(Collection<StackResourceDriftStatus> stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatuses(StackResourceDriftStatus... stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatusesWithStrings(String... stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.ListStackInstanceResourceDriftsRequest.Builder.stackInstanceResourceDriftStatusesWithStrings(Collection<String> stackInstanceResourceDriftStatuses) The resource drift status of the stack instance.ListStackInstanceResourceDriftsRequest.Builder.stackSetName(String stackSetName) The name or unique ID of the StackSet that you want to list drifted resources for.ListStackInstanceResourceDriftsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackInstanceResourceDriftsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListStackInstanceResourceDriftsRequest.Builder>ListStackInstanceResourceDriftsRequest.serializableBuilderClass()