Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeIdentityIdFormatRequest.Builder
-
Packages that use DescribeIdentityIdFormatRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeIdentityIdFormatRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeIdentityIdFormatResponse>Ec2AsyncClient. describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.default DescribeIdentityIdFormatResponseEc2Client. describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. -
Uses of DescribeIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeIdentityIdFormatRequest.Builder Modifier and Type Method Description static DescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest. builder()DescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest.Builder. principalArn(String principalArn)The ARN of the principal, which can be an IAM role, IAM user, or the root user.DescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest.Builder. resource(String resource)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-gatewayDescribeIdentityIdFormatRequest.BuilderDescribeIdentityIdFormatRequest. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeIdentityIdFormatRequest.Builder Modifier and Type Method Description static Class<? extends DescribeIdentityIdFormatRequest.Builder>DescribeIdentityIdFormatRequest. serializableBuilderClass()
-