Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest.Builder
Packages that use ListStackSetsRequest.Builder
Package
Description
-
Uses of ListStackSetsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackSetsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListStackSetsResponse>CloudFormationAsyncClient.listStackSets(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest) Returns summary information about StackSets that are associated with the user.default ListStackSetsResponseCloudFormationClient.listStackSets(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest) Returns summary information about StackSets that are associated with the user.default ListStackSetsPublisherCloudFormationAsyncClient.listStackSetsPaginator(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest) This is a variant ofCloudFormationAsyncClient.listStackSets(software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest)operation.default ListStackSetsIterableCloudFormationClient.listStackSetsPaginator(Consumer<ListStackSetsRequest.Builder> listStackSetsRequest) This is a variant ofCloudFormationClient.listStackSets(software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest)operation. -
Uses of ListStackSetsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackSetsRequest.BuilderModifier and TypeMethodDescriptionstatic ListStackSetsRequest.BuilderListStackSetsRequest.builder()[Service-managed permissions] Specifies whether you are acting as an account administrator in the 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 management account or as a delegated administrator in a member account.ListStackSetsRequest.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.ListStackSetsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListStackSetsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The status of the StackSets that you want to get summary information about.ListStackSetsRequest.Builder.status(StackSetStatus status) The status of the StackSets that you want to get summary information about.ListStackSetsRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackSetsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListStackSetsRequest.Builder>ListStackSetsRequest.serializableBuilderClass()