Uses of Class
software.amazon.awssdk.services.sagemaker.model.SpaceDetails
-
Packages that use SpaceDetails Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of SpaceDetails in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type SpaceDetails Modifier and Type Method Description List<SpaceDetails>ListSpacesResponse. spaces()The list of spaces.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type SpaceDetails Modifier and Type Method Description ListSpacesResponse.BuilderListSpacesResponse.Builder. spaces(SpaceDetails... spaces)The list of spaces.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type SpaceDetails Modifier and Type Method Description ListSpacesResponse.BuilderListSpacesResponse.Builder. spaces(Collection<SpaceDetails> spaces)The list of spaces. -
Uses of SpaceDetails in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type SpaceDetails Modifier and Type Method Description SdkIterable<SpaceDetails>ListSpacesIterable. spaces()Returns an iterable to iterate through the paginatedListSpacesResponse.spaces()member.SdkPublisher<SpaceDetails>ListSpacesPublisher. spaces()Returns a publisher that can be used to get a stream of data.
-