Uses of Class
software.amazon.awssdk.services.ec2.model.GetInstanceTpmEkPubResponse
-
Packages that use GetInstanceTpmEkPubResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of GetInstanceTpmEkPubResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return GetInstanceTpmEkPubResponse Modifier and Type Method Description default 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 GetInstanceTpmEkPubResponse Modifier and Type Method Description default CompletableFuture<GetInstanceTpmEkPubResponse>Ec2AsyncClient. getInstanceTpmEkPub(Consumer<GetInstanceTpmEkPubRequest.Builder> getInstanceTpmEkPubRequest)Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.default CompletableFuture<GetInstanceTpmEkPubResponse>Ec2AsyncClient. getInstanceTpmEkPub(GetInstanceTpmEkPubRequest getInstanceTpmEkPubRequest)Gets the public endorsement key associated with the Nitro Trusted Platform Module (NitroTPM) for the specified instance.
-