Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ListFlowDefinitionsRequest.Builder
-
Packages that use ListFlowDefinitionsRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of ListFlowDefinitionsRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type ListFlowDefinitionsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListFlowDefinitionsResponse>SageMakerAsyncClient. listFlowDefinitions(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)Returns information about the flow definitions in your account.default ListFlowDefinitionsResponseSageMakerClient. listFlowDefinitions(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)Returns information about the flow definitions in your account.default ListFlowDefinitionsPublisherSageMakerAsyncClient. listFlowDefinitionsPaginator(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)Returns information about the flow definitions in your account.default ListFlowDefinitionsIterableSageMakerClient. listFlowDefinitionsPaginator(Consumer<ListFlowDefinitionsRequest.Builder> listFlowDefinitionsRequest)Returns information about the flow definitions in your account. -
Uses of ListFlowDefinitionsRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ListFlowDefinitionsRequest.Builder Modifier and Type Method Description static ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest. builder()ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. creationTimeAfter(Instant creationTimeAfter)A filter that returns only flow definitions with a creation time greater than or equal to the specified timestamp.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. creationTimeBefore(Instant creationTimeBefore)A filter that returns only flow definitions that were created before the specified timestamp.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. maxResults(Integer maxResults)The total number of items to return.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. nextToken(String nextToken)A token to resume pagination.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. sortOrder(String sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest.Builder. sortOrder(SortOrder sortOrder)An optional value that specifies whether you want the results sorted inAscendingorDescendingorder.ListFlowDefinitionsRequest.BuilderListFlowDefinitionsRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ListFlowDefinitionsRequest.Builder Modifier and Type Method Description static Class<? extends ListFlowDefinitionsRequest.Builder>ListFlowDefinitionsRequest. serializableBuilderClass()
-