Uses of Class
software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest
Packages that use DescribePrincipalIdFormatRequest
Package
Description
-
Uses of DescribePrincipalIdFormatRequest in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 with parameters of type DescribePrincipalIdFormatRequestModifier and TypeMethodDescriptionEc2AsyncClient.describePrincipalIdFormat(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.Ec2Client.describePrincipalIdFormat(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified a longer ID (17-character ID) preference.Ec2AsyncClient.describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) This is a variant ofEc2AsyncClient.describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)operation.Ec2Client.describePrincipalIdFormatPaginator(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest) This is a variant ofEc2Client.describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)operation. -
Uses of DescribePrincipalIdFormatRequest in software.amazon.awssdk.services.ec2.paginators
Constructors in software.amazon.awssdk.services.ec2.paginators with parameters of type DescribePrincipalIdFormatRequestModifierConstructorDescriptionDescribePrincipalIdFormatIterable(Ec2Client client, DescribePrincipalIdFormatRequest firstRequest) DescribePrincipalIdFormatPublisher(Ec2AsyncClient client, DescribePrincipalIdFormatRequest firstRequest) -
Uses of DescribePrincipalIdFormatRequest in software.amazon.awssdk.services.ec2.transform
Methods in software.amazon.awssdk.services.ec2.transform with parameters of type DescribePrincipalIdFormatRequestModifier and TypeMethodDescriptionDescribePrincipalIdFormatRequestMarshaller.marshall(DescribePrincipalIdFormatRequest describePrincipalIdFormatRequest)