Uses of Class
software.amazon.awssdk.services.pipes.model.Pipe
-
Packages that use Pipe Package Description software.amazon.awssdk.services.pipes.model software.amazon.awssdk.services.pipes.paginators -
-
Uses of Pipe in software.amazon.awssdk.services.pipes.model
Methods in software.amazon.awssdk.services.pipes.model that return types with arguments of type Pipe Modifier and Type Method Description List<Pipe>ListPipesResponse. pipes()The pipes returned by the call.Methods in software.amazon.awssdk.services.pipes.model with parameters of type Pipe Modifier and Type Method Description ListPipesResponse.BuilderListPipesResponse.Builder. pipes(Pipe... pipes)The pipes returned by the call.Method parameters in software.amazon.awssdk.services.pipes.model with type arguments of type Pipe Modifier and Type Method Description ListPipesResponse.BuilderListPipesResponse.Builder. pipes(Collection<Pipe> pipes)The pipes returned by the call. -
Uses of Pipe in software.amazon.awssdk.services.pipes.paginators
Methods in software.amazon.awssdk.services.pipes.paginators that return types with arguments of type Pipe Modifier and Type Method Description SdkIterable<Pipe>ListPipesIterable. pipes()Returns an iterable to iterate through the paginatedListPipesResponse.pipes()member.SdkPublisher<Pipe>ListPipesPublisher. pipes()Returns a publisher that can be used to get a stream of data.
-