Uses of Class
software.amazon.awssdk.services.datazone.model.OwnerPropertiesOutput
-
Packages that use OwnerPropertiesOutput Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of OwnerPropertiesOutput in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerPropertiesOutput Modifier and Type Method Description static OwnerPropertiesOutputOwnerPropertiesOutput. fromGroup(Consumer<OwnerGroupPropertiesOutput.Builder> group)Create an instance of this class withgroup()initialized to the given value.static OwnerPropertiesOutputOwnerPropertiesOutput. fromGroup(OwnerGroupPropertiesOutput group)Create an instance of this class withgroup()initialized to the given value.static OwnerPropertiesOutputOwnerPropertiesOutput. fromUser(Consumer<OwnerUserPropertiesOutput.Builder> user)Create an instance of this class withuser()initialized to the given value.static OwnerPropertiesOutputOwnerPropertiesOutput. fromUser(OwnerUserPropertiesOutput user)Create an instance of this class withuser()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type OwnerPropertiesOutput Modifier and Type Method Description List<OwnerPropertiesOutput>ListEntityOwnersResponse. owners()The owners of the entity.Methods in software.amazon.awssdk.services.datazone.model with parameters of type OwnerPropertiesOutput Modifier and Type Method Description ListEntityOwnersResponse.BuilderListEntityOwnersResponse.Builder. owners(OwnerPropertiesOutput... owners)The owners of the entity.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type OwnerPropertiesOutput Modifier and Type Method Description ListEntityOwnersResponse.BuilderListEntityOwnersResponse.Builder. owners(Collection<OwnerPropertiesOutput> owners)The owners of the entity. -
Uses of OwnerPropertiesOutput in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type OwnerPropertiesOutput Modifier and Type Method Description SdkIterable<OwnerPropertiesOutput>ListEntityOwnersIterable. owners()Returns an iterable to iterate through the paginatedListEntityOwnersResponse.owners()member.SdkPublisher<OwnerPropertiesOutput>ListEntityOwnersPublisher. owners()Returns a publisher that can be used to get a stream of data.
-