Uses of Class
software.amazon.awssdk.services.sagemaker.model.ListWorkforcesResponse
-
Packages that use ListWorkforcesResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of ListWorkforcesResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return ListWorkforcesResponse Modifier and Type Method Description default ListWorkforcesResponseSageMakerClient. listWorkforces(Consumer<ListWorkforcesRequest.Builder> listWorkforcesRequest)Use this operation to list all private and vendor workforces in an Amazon Web Services Region.default ListWorkforcesResponseSageMakerClient. listWorkforces(ListWorkforcesRequest listWorkforcesRequest)Use this operation to list all private and vendor workforces in an Amazon Web Services Region.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type ListWorkforcesResponse Modifier and Type Method Description default CompletableFuture<ListWorkforcesResponse>SageMakerAsyncClient. listWorkforces(Consumer<ListWorkforcesRequest.Builder> listWorkforcesRequest)Use this operation to list all private and vendor workforces in an Amazon Web Services Region.default CompletableFuture<ListWorkforcesResponse>SageMakerAsyncClient. listWorkforces(ListWorkforcesRequest listWorkforcesRequest)Use this operation to list all private and vendor workforces in an Amazon Web Services Region. -
Uses of ListWorkforcesResponse in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type ListWorkforcesResponse Modifier and Type Method Description Iterator<ListWorkforcesResponse>ListWorkforcesIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemaker.paginators with type arguments of type ListWorkforcesResponse Modifier and Type Method Description voidListWorkforcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkforcesResponse> subscriber)
-