Uses of Class
software.amazon.awssdk.services.apigateway.model.VpcLink
Packages that use VpcLink
Package
Description
-
Uses of VpcLink in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type VpcLinkModifier and TypeMethodDescriptionGetVpcLinksResponse.items()The current page of elements from this collection.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type VpcLinkModifier and TypeMethodDescriptionThe current page of elements from this collection.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type VpcLinkModifier and TypeMethodDescriptionGetVpcLinksResponse.Builder.items(Collection<VpcLink> items) The current page of elements from this collection. -
Uses of VpcLink in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type VpcLinkModifier and TypeMethodDescriptionfinal SdkIterable<VpcLink>GetVpcLinksIterable.items()Returns an iterable to iterate through the paginatedGetVpcLinksResponse.items()member.final SdkPublisher<VpcLink>GetVpcLinksPublisher.items()Returns a publisher that can be used to get a stream of data.