Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest.Builder
Packages that use DescribePrincipalIdFormatRequest.Builder
Package
Description
-
Uses of DescribePrincipalIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribePrincipalIdFormatRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describePrincipalIdFormat(Consumer<DescribePrincipalIdFormatRequest.Builder> 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(Consumer<DescribePrincipalIdFormatRequest.Builder> 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(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest) This is a variant ofEc2AsyncClient.describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)operation.Ec2Client.describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest) This is a variant ofEc2Client.describePrincipalIdFormat(software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest)operation. -
Uses of DescribePrincipalIdFormatRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribePrincipalIdFormatRequest.BuilderModifier and TypeMethodDescriptionDescribePrincipalIdFormatRequest.builder()Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribePrincipalIdFormatRequest.Builder.maxResults(Integer maxResults) The maximum number of results to return in a single call.The token to request the next page of results.DescribePrincipalIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribePrincipalIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The type of resource:bundle|conversion-task|customer-gateway|dhcp-options|elastic-ip-allocation|elastic-ip-association|export-task|flow-log|image|import-task|instance|internet-gateway|network-acl|network-acl-association|network-interface|network-interface-attachment|prefix-list|reservation|route-table|route-table-association|security-group|snapshot|subnet|subnet-cidr-block-association|volume|vpc|vpc-cidr-block-association|vpc-endpoint|vpc-peering-connection|vpn-connection|vpn-gatewayDescribePrincipalIdFormatRequest.Builder.resources(Collection<String> resources) The type of resource:bundle|conversion-task|customer-gateway|dhcp-options|elastic-ip-allocation|elastic-ip-association|export-task|flow-log|image|import-task|instance|internet-gateway|network-acl|network-acl-association|network-interface|network-interface-attachment|prefix-list|reservation|route-table|route-table-association|security-group|snapshot|subnet|subnet-cidr-block-association|volume|vpc|vpc-cidr-block-association|vpc-endpoint|vpc-peering-connection|vpn-connection|vpn-gatewayDescribePrincipalIdFormatRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribePrincipalIdFormatRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribePrincipalIdFormatRequest.Builder>DescribePrincipalIdFormatRequest.serializableBuilderClass()