Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribePrincipalIdFormatRequest.Builder
-
Packages that use DescribePrincipalIdFormatRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribePrincipalIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribePrincipalIdFormatRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribePrincipalIdFormatResponse>Ec2AsyncClient. 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.default DescribePrincipalIdFormatResponseEc2Client. 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.default DescribePrincipalIdFormatPublisherEc2AsyncClient. describePrincipalIdFormatPaginator(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.default DescribePrincipalIdFormatIterableEc2Client. describePrincipalIdFormatPaginator(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. -
Uses of DescribePrincipalIdFormatRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribePrincipalIdFormatRequest.Builder Modifier and Type Method Description static DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest. builder()DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. dryRun(Boolean dryRun)Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return in a single call.DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. nextToken(String nextToken)The token to request the next page of results.DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribePrincipalIdFormatRequest.BuilderDescribePrincipalIdFormatRequest.Builder. resources(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.BuilderDescribePrincipalIdFormatRequest.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.BuilderDescribePrincipalIdFormatRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribePrincipalIdFormatRequest.Builder Modifier and Type Method Description static Class<? extends DescribePrincipalIdFormatRequest.Builder>DescribePrincipalIdFormatRequest. serializableBuilderClass()
-