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