Uses of Class
software.amazon.awssdk.services.cloudtrail.model.PublicKey
-
Packages that use PublicKey Package Description software.amazon.awssdk.services.cloudtrail.model software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of PublicKey in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type PublicKey Modifier and Type Method Description List<PublicKey>ListPublicKeysResponse. publicKeyList()Contains an array of PublicKey objects.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type PublicKey Modifier and Type Method Description ListPublicKeysResponse.BuilderListPublicKeysResponse.Builder. publicKeyList(PublicKey... publicKeyList)Contains an array of PublicKey objects.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type PublicKey Modifier and Type Method Description ListPublicKeysResponse.BuilderListPublicKeysResponse.Builder. publicKeyList(Collection<PublicKey> publicKeyList)Contains an array of PublicKey objects. -
Uses of PublicKey in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type PublicKey Modifier and Type Method Description SdkIterable<PublicKey>ListPublicKeysIterable. publicKeyList()Returns an iterable to iterate through the paginatedListPublicKeysResponse.publicKeyList()member.SdkPublisher<PublicKey>ListPublicKeysPublisher. publicKeyList()Returns a publisher that can be used to get a stream of data.
-