Uses of Class
software.amazon.awssdk.services.batch.model.ServiceEnvironmentDetail
-
Packages that use ServiceEnvironmentDetail Package Description software.amazon.awssdk.services.batch.model software.amazon.awssdk.services.batch.paginators -
-
Uses of ServiceEnvironmentDetail in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type ServiceEnvironmentDetail Modifier and Type Method Description List<ServiceEnvironmentDetail>DescribeServiceEnvironmentsResponse. serviceEnvironments()The list of service environments that match the request.Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceEnvironmentDetail Modifier and Type Method Description DescribeServiceEnvironmentsResponse.BuilderDescribeServiceEnvironmentsResponse.Builder. serviceEnvironments(ServiceEnvironmentDetail... serviceEnvironments)The list of service environments that match the request.Method parameters in software.amazon.awssdk.services.batch.model with type arguments of type ServiceEnvironmentDetail Modifier and Type Method Description DescribeServiceEnvironmentsResponse.BuilderDescribeServiceEnvironmentsResponse.Builder. serviceEnvironments(Collection<ServiceEnvironmentDetail> serviceEnvironments)The list of service environments that match the request. -
Uses of ServiceEnvironmentDetail in software.amazon.awssdk.services.batch.paginators
Methods in software.amazon.awssdk.services.batch.paginators that return types with arguments of type ServiceEnvironmentDetail Modifier and Type Method Description SdkIterable<ServiceEnvironmentDetail>DescribeServiceEnvironmentsIterable. serviceEnvironments()Returns an iterable to iterate through the paginatedDescribeServiceEnvironmentsResponse.serviceEnvironments()member.SdkPublisher<ServiceEnvironmentDetail>DescribeServiceEnvironmentsPublisher. serviceEnvironments()Returns a publisher that can be used to get a stream of data.
-