Uses of Class
software.amazon.awssdk.services.proton.model.ServiceInstanceSummary
-
Packages that use ServiceInstanceSummary Package Description software.amazon.awssdk.services.proton.model software.amazon.awssdk.services.proton.paginators -
-
Uses of ServiceInstanceSummary in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type ServiceInstanceSummary Modifier and Type Method Description List<ServiceInstanceSummary>ListServiceInstancesResponse. serviceInstances()An array of service instances with summary data.Methods in software.amazon.awssdk.services.proton.model with parameters of type ServiceInstanceSummary Modifier and Type Method Description ListServiceInstancesResponse.BuilderListServiceInstancesResponse.Builder. serviceInstances(ServiceInstanceSummary... serviceInstances)An array of service instances with summary data.Method parameters in software.amazon.awssdk.services.proton.model with type arguments of type ServiceInstanceSummary Modifier and Type Method Description ListServiceInstancesResponse.BuilderListServiceInstancesResponse.Builder. serviceInstances(Collection<ServiceInstanceSummary> serviceInstances)An array of service instances with summary data. -
Uses of ServiceInstanceSummary in software.amazon.awssdk.services.proton.paginators
Methods in software.amazon.awssdk.services.proton.paginators that return types with arguments of type ServiceInstanceSummary Modifier and Type Method Description SdkIterable<ServiceInstanceSummary>ListServiceInstancesIterable. serviceInstances()Returns an iterable to iterate through the paginatedListServiceInstancesResponse.serviceInstances()member.SdkPublisher<ServiceInstanceSummary>ListServiceInstancesPublisher. serviceInstances()Returns a publisher that can be used to get a stream of data.
-