Uses of Class
software.amazon.awssdk.services.xray.model.Service
-
Packages that use Service Package Description software.amazon.awssdk.services.xray.model software.amazon.awssdk.services.xray.paginators -
-
Uses of Service in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type Service Modifier and Type Method Description List<Service>GetServiceGraphResponse. services()The services that have processed a traced request during the specified time frame.List<Service>GetTraceGraphResponse. services()The services that have processed one of the specified requests.Methods in software.amazon.awssdk.services.xray.model with parameters of type Service Modifier and Type Method Description GetServiceGraphResponse.BuilderGetServiceGraphResponse.Builder. services(Service... services)The services that have processed a traced request during the specified time frame.GetTraceGraphResponse.BuilderGetTraceGraphResponse.Builder. services(Service... services)The services that have processed one of the specified requests.Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type Service Modifier and Type Method Description GetServiceGraphResponse.BuilderGetServiceGraphResponse.Builder. services(Collection<Service> services)The services that have processed a traced request during the specified time frame.GetTraceGraphResponse.BuilderGetTraceGraphResponse.Builder. services(Collection<Service> services)The services that have processed one of the specified requests. -
Uses of Service in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type Service Modifier and Type Method Description SdkIterable<Service>GetServiceGraphIterable. services()Returns an iterable to iterate through the paginatedGetServiceGraphResponse.services()member.SdkPublisher<Service>GetServiceGraphPublisher. services()Returns a publisher that can be used to get a stream of data.SdkIterable<Service>GetTraceGraphIterable. services()Returns an iterable to iterate through the paginatedGetTraceGraphResponse.services()member.SdkPublisher<Service>GetTraceGraphPublisher. services()Returns a publisher that can be used to get a stream of data.
-