Uses of Class
software.amazon.awssdk.services.repostspace.model.SpaceData
-
Packages that use SpaceData Package Description software.amazon.awssdk.services.repostspace.model software.amazon.awssdk.services.repostspace.paginators -
-
Uses of SpaceData in software.amazon.awssdk.services.repostspace.model
Methods in software.amazon.awssdk.services.repostspace.model that return types with arguments of type SpaceData Modifier and Type Method Description List<SpaceData>ListSpacesResponse. spaces()An array of structures that contain some information about the private re:Posts in the account.Methods in software.amazon.awssdk.services.repostspace.model with parameters of type SpaceData Modifier and Type Method Description ListSpacesResponse.BuilderListSpacesResponse.Builder. spaces(SpaceData... spaces)An array of structures that contain some information about the private re:Posts in the account.Method parameters in software.amazon.awssdk.services.repostspace.model with type arguments of type SpaceData Modifier and Type Method Description ListSpacesResponse.BuilderListSpacesResponse.Builder. spaces(Collection<SpaceData> spaces)An array of structures that contain some information about the private re:Posts in the account. -
Uses of SpaceData in software.amazon.awssdk.services.repostspace.paginators
Methods in software.amazon.awssdk.services.repostspace.paginators that return types with arguments of type SpaceData Modifier and Type Method Description SdkIterable<SpaceData>ListSpacesIterable. spaces()Returns an iterable to iterate through the paginatedListSpacesResponse.spaces()member.SdkPublisher<SpaceData>ListSpacesPublisher. spaces()Returns a publisher that can be used to get a stream of data.
-