Uses of Class
software.amazon.awssdk.services.ec2.model.PrincipalIdFormat
Packages that use PrincipalIdFormat
Package
Description
-
Uses of PrincipalIdFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PrincipalIdFormatModifier and TypeMethodDescriptionfinal List<PrincipalIdFormat>DescribePrincipalIdFormatResponse.principals()Information about the ID format settings for the ARN.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PrincipalIdFormatModifier and TypeMethodDescriptionDescribePrincipalIdFormatResponse.Builder.principals(PrincipalIdFormat... principals) Information about the ID format settings for the ARN.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PrincipalIdFormatModifier and TypeMethodDescriptionDescribePrincipalIdFormatResponse.Builder.principals(Collection<PrincipalIdFormat> principals) Information about the ID format settings for the ARN. -
Uses of PrincipalIdFormat in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type PrincipalIdFormatModifier and TypeMethodDescriptionfinal SdkIterable<PrincipalIdFormat>DescribePrincipalIdFormatIterable.principals()Returns an iterable to iterate through the paginatedDescribePrincipalIdFormatResponse.principals()member.final SdkPublisher<PrincipalIdFormat>DescribePrincipalIdFormatPublisher.principals()Returns a publisher that can be used to get a stream of data.