Uses of Interface
software.amazon.awssdk.services.ec2.model.GetInstanceTpmEkPubRequest.Builder
Packages that use GetInstanceTpmEkPubRequest.Builder
Package
Description
-
Uses of GetInstanceTpmEkPubRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type GetInstanceTpmEkPubRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.getInstanceTpmEkPub(Consumer<GetInstanceTpmEkPubRequest.Builder> getInstanceTpmEkPubRequest) Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.default GetInstanceTpmEkPubResponseEc2Client.getInstanceTpmEkPub(Consumer<GetInstanceTpmEkPubRequest.Builder> getInstanceTpmEkPubRequest) Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance. -
Uses of GetInstanceTpmEkPubRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return GetInstanceTpmEkPubRequest.BuilderModifier and TypeMethodDescriptionGetInstanceTpmEkPubRequest.builder()Specify this parameter to verify whether the request will succeed, without actually making the request.GetInstanceTpmEkPubRequest.Builder.instanceId(String instanceId) The ID of the instance for which to get the public endorsement key.The required public endorsement key format.GetInstanceTpmEkPubRequest.Builder.keyFormat(EkPubKeyFormat keyFormat) The required public endorsement key format.The required public endorsement key type.GetInstanceTpmEkPubRequest.Builder.keyType(EkPubKeyType keyType) The required public endorsement key type.GetInstanceTpmEkPubRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetInstanceTpmEkPubRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetInstanceTpmEkPubRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type GetInstanceTpmEkPubRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetInstanceTpmEkPubRequest.Builder>GetInstanceTpmEkPubRequest.serializableBuilderClass()