Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListStackSetOperationsRequest.Builder
-
Packages that use ListStackSetOperationsRequest.Builder Package Description software.amazon.awssdk.services.cloudformation CloudFormation software.amazon.awssdk.services.cloudformation.model -
-
Uses of ListStackSetOperationsRequest.Builder in software.amazon.awssdk.services.cloudformation
Method parameters in software.amazon.awssdk.services.cloudformation with type arguments of type ListStackSetOperationsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListStackSetOperationsResponse>CloudFormationAsyncClient. listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.default ListStackSetOperationsResponseCloudFormationClient. listStackSetOperations(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.default ListStackSetOperationsPublisherCloudFormationAsyncClient. listStackSetOperationsPaginator(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set.default ListStackSetOperationsIterableCloudFormationClient. listStackSetOperationsPaginator(Consumer<ListStackSetOperationsRequest.Builder> listStackSetOperationsRequest)Returns summary information about operations performed on a stack set. -
Uses of ListStackSetOperationsRequest.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListStackSetOperationsRequest.Builder Modifier and Type Method Description static ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest. builder()ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. callAs(String callAs)[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.ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. callAs(CallAs callAs)[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.ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned with a single call.ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. nextToken(String nextToken)If the previous paginated request didn't return all of the remaining results, the response object'sNextTokenparameter value is set to a token.ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest.Builder. stackSetName(String stackSetName)The name or unique ID of the stack set that you want to get operation summaries for.ListStackSetOperationsRequest.BuilderListStackSetOperationsRequest. toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListStackSetOperationsRequest.Builder Modifier and Type Method Description static Class<? extends ListStackSetOperationsRequest.Builder>ListStackSetOperationsRequest. serializableBuilderClass()
-