Uses of Interface
software.amazon.awssdk.services.ec2.model.ReplaceIamInstanceProfileAssociationRequest.Builder
-
Packages that use ReplaceIamInstanceProfileAssociationRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ReplaceIamInstanceProfileAssociationRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ReplaceIamInstanceProfileAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<ReplaceIamInstanceProfileAssociationResponse>Ec2AsyncClient. replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance.default ReplaceIamInstanceProfileAssociationResponseEc2Client. replaceIamInstanceProfileAssociation(Consumer<ReplaceIamInstanceProfileAssociationRequest.Builder> replaceIamInstanceProfileAssociationRequest)Replaces an IAM instance profile for the specified running instance. -
Uses of ReplaceIamInstanceProfileAssociationRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ReplaceIamInstanceProfileAssociationRequest.Builder Modifier and Type Method Description static Class<? extends ReplaceIamInstanceProfileAssociationRequest.Builder>ReplaceIamInstanceProfileAssociationRequest. serializableBuilderClass()
-