Uses of Class
software.amazon.awssdk.services.emrcontainers.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.emrcontainers.model software.amazon.awssdk.services.emrcontainers.paginators -
-
Uses of Endpoint in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return Endpoint Modifier and Type Method Description EndpointDescribeManagedEndpointResponse. endpoint()This output displays information about a managed endpoint.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ListManagedEndpointsResponse. endpoints()The managed endpoints to be listed.Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type Endpoint Modifier and Type Method Description DescribeManagedEndpointResponse.BuilderDescribeManagedEndpointResponse.Builder. endpoint(Endpoint endpoint)This output displays information about a managed endpoint.ListManagedEndpointsResponse.BuilderListManagedEndpointsResponse.Builder. endpoints(Endpoint... endpoints)The managed endpoints to be listed.Method parameters in software.amazon.awssdk.services.emrcontainers.model with type arguments of type Endpoint Modifier and Type Method Description ListManagedEndpointsResponse.BuilderListManagedEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)The managed endpoints to be listed. -
Uses of Endpoint in software.amazon.awssdk.services.emrcontainers.paginators
Methods in software.amazon.awssdk.services.emrcontainers.paginators that return types with arguments of type Endpoint Modifier and Type Method Description SdkIterable<Endpoint>ListManagedEndpointsIterable. endpoints()Returns an iterable to iterate through the paginatedListManagedEndpointsResponse.endpoints()member.SdkPublisher<Endpoint>ListManagedEndpointsPublisher. endpoints()Returns a publisher that can be used to get a stream of data.
-