Uses of Class
software.amazon.awssdk.services.ec2.model.GetInstanceTpmEkPubResponse
Packages that use GetInstanceTpmEkPubResponse
-
Uses of GetInstanceTpmEkPubResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetInstanceTpmEkPubResponseModifier and TypeMethodDescriptiondefault GetInstanceTpmEkPubResponseEc2Client.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(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest) Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type GetInstanceTpmEkPubResponseModifier and TypeMethodDescriptionEc2AsyncClient.getInstanceTpmEkPub(Consumer<GetInstanceTpmEkPubRequest.Builder> getInstanceTpmEkPubRequest) Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.Ec2AsyncClient.getInstanceTpmEkPub(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest) Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.