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