Uses of Interface
software.amazon.awssdk.services.swf.model.ListWorkflowTypesRequest.Builder
-
Packages that use ListWorkflowTypesRequest.Builder Package Description software.amazon.awssdk.services.swf Amazon Simple Workflow Service software.amazon.awssdk.services.swf.model -
-
Uses of ListWorkflowTypesRequest.Builder in software.amazon.awssdk.services.swf
Method parameters in software.amazon.awssdk.services.swf with type arguments of type ListWorkflowTypesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListWorkflowTypesResponse>SwfAsyncClient. listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)Returns information about workflow types in the specified domain.default ListWorkflowTypesResponseSwfClient. listWorkflowTypes(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)Returns information about workflow types in the specified domain.default ListWorkflowTypesPublisherSwfAsyncClient. listWorkflowTypesPaginator(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)Returns information about workflow types in the specified domain.default ListWorkflowTypesIterableSwfClient. listWorkflowTypesPaginator(Consumer<ListWorkflowTypesRequest.Builder> listWorkflowTypesRequest)Returns information about workflow types in the specified domain. -
Uses of ListWorkflowTypesRequest.Builder in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return ListWorkflowTypesRequest.Builder Modifier and Type Method Description static ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest. builder()ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. domain(String domain)The name of the domain in which the workflow types have been registered.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. maximumPageSize(Integer maximumPageSize)The maximum number of results that are returned per call.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. name(String name)If specified, lists the workflow type with this name.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. nextPageToken(String nextPageToken)IfNextPageTokenis returned there are more results available.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. registrationStatus(String registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. registrationStatus(RegistrationStatus registrationStatus)Specifies the registration status of the workflow types to list.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest.Builder. reverseOrder(Boolean reverseOrder)When set totrue, returns the results in reverse order.ListWorkflowTypesRequest.BuilderListWorkflowTypesRequest. toBuilder()Methods in software.amazon.awssdk.services.swf.model that return types with arguments of type ListWorkflowTypesRequest.Builder Modifier and Type Method Description static Class<? extends ListWorkflowTypesRequest.Builder>ListWorkflowTypesRequest. serializableBuilderClass()
-