Uses of Class
software.amazon.awssdk.services.datazone.model.EnvironmentProfileSummary
-
Packages that use EnvironmentProfileSummary Package Description software.amazon.awssdk.services.datazone.model software.amazon.awssdk.services.datazone.paginators -
-
Uses of EnvironmentProfileSummary in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type EnvironmentProfileSummary Modifier and Type Method Description List<EnvironmentProfileSummary>ListEnvironmentProfilesResponse. items()The results of theListEnvironmentProfilesaction.Methods in software.amazon.awssdk.services.datazone.model with parameters of type EnvironmentProfileSummary Modifier and Type Method Description ListEnvironmentProfilesResponse.BuilderListEnvironmentProfilesResponse.Builder. items(EnvironmentProfileSummary... items)The results of theListEnvironmentProfilesaction.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type EnvironmentProfileSummary Modifier and Type Method Description ListEnvironmentProfilesResponse.BuilderListEnvironmentProfilesResponse.Builder. items(Collection<EnvironmentProfileSummary> items)The results of theListEnvironmentProfilesaction. -
Uses of EnvironmentProfileSummary in software.amazon.awssdk.services.datazone.paginators
Methods in software.amazon.awssdk.services.datazone.paginators that return types with arguments of type EnvironmentProfileSummary Modifier and Type Method Description SdkIterable<EnvironmentProfileSummary>ListEnvironmentProfilesIterable. items()Returns an iterable to iterate through the paginatedListEnvironmentProfilesResponse.items()member.SdkPublisher<EnvironmentProfileSummary>ListEnvironmentProfilesPublisher. items()Returns a publisher that can be used to get a stream of data.
-