Uses of Class
software.amazon.awssdk.services.ec2.model.PrincipalIdFormat
-
Packages that use PrincipalIdFormat Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
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 PrincipalIdFormat Modifier and Type Method Description 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 PrincipalIdFormat Modifier and Type Method Description DescribePrincipalIdFormatResponse.BuilderDescribePrincipalIdFormatResponse.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 PrincipalIdFormat Modifier and Type Method Description DescribePrincipalIdFormatResponse.BuilderDescribePrincipalIdFormatResponse.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 PrincipalIdFormat Modifier and Type Method Description SdkIterable<PrincipalIdFormat>DescribePrincipalIdFormatIterable. principals()Returns an iterable to iterate through the paginatedDescribePrincipalIdFormatResponse.principals()member.SdkPublisher<PrincipalIdFormat>DescribePrincipalIdFormatPublisher. principals()Returns a publisher that can be used to get a stream of data.
-