Uses of Class
software.amazon.awssdk.services.cloudformation.model.ListStackSetsRequest
-
Packages that use ListStackSetsRequest Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.paginators software.amazon.awssdk.services.cloudformation.transform -
-
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation
Methods in software.amazon.awssdk.services.cloudformation with parameters of type ListStackSetsRequest Modifier and Type Method Description default CompletableFuture<ListStackSetsResponse>CloudFormationAsyncClient. listStackSets(ListStackSetsRequest listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsResponseCloudFormationClient. listStackSets(ListStackSetsRequest listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsPublisherCloudFormationAsyncClient. listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest)Returns summary information about stack sets that are associated with the user.default ListStackSetsIterableCloudFormationClient. listStackSetsPaginator(ListStackSetsRequest listStackSetsRequest)Returns summary information about stack sets that are associated with the user. -
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation.paginators
Constructors in software.amazon.awssdk.services.cloudformation.paginators with parameters of type ListStackSetsRequest Constructor Description ListStackSetsIterable(CloudFormationClient client, ListStackSetsRequest firstRequest)ListStackSetsPublisher(CloudFormationAsyncClient client, ListStackSetsRequest firstRequest) -
Uses of ListStackSetsRequest in software.amazon.awssdk.services.cloudformation.transform
Methods in software.amazon.awssdk.services.cloudformation.transform with parameters of type ListStackSetsRequest Modifier and Type Method Description SdkHttpFullRequestListStackSetsRequestMarshaller. marshall(ListStackSetsRequest listStackSetsRequest)
-