Uses of Class
software.amazon.awssdk.services.apigateway.model.Deployment
-
Packages that use Deployment Package Description software.amazon.awssdk.services.apigateway.model software.amazon.awssdk.services.apigateway.paginators -
-
Uses of Deployment in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type Deployment Modifier and Type Method Description List<Deployment>GetDeploymentsResponse. items()The current page of elements from this collection.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type Deployment Modifier and Type Method Description GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. items(Deployment... items)The current page of elements from this collection.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type Deployment Modifier and Type Method Description GetDeploymentsResponse.BuilderGetDeploymentsResponse.Builder. items(Collection<Deployment> items)The current page of elements from this collection. -
Uses of Deployment in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type Deployment Modifier and Type Method Description SdkIterable<Deployment>GetDeploymentsIterable. items()Returns an iterable to iterate through the paginatedGetDeploymentsResponse.items()member.SdkPublisher<Deployment>GetDeploymentsPublisher. items()Returns a publisher that can be used to get a stream of data.
-