Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeKeyPairsResponse.Builder
-
Packages that use DescribeKeyPairsResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of DescribeKeyPairsResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeKeyPairsResponse.Builder Modifier and Type Method Description static DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse. builder()DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse.Builder. keyPairs(Collection<KeyPairInfo> keyPairs)Information about the key pairs.DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse.Builder. keyPairs(Consumer<KeyPairInfo.Builder>... keyPairs)Information about the key pairs.DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse.Builder. keyPairs(KeyPairInfo... keyPairs)Information about the key pairs.DescribeKeyPairsResponse.BuilderDescribeKeyPairsResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeKeyPairsResponse.Builder Modifier and Type Method Description static Class<? extends DescribeKeyPairsResponse.Builder>DescribeKeyPairsResponse. serializableBuilderClass()
-