Uses of Class
software.amazon.awssdk.services.iam.model.CreateInstanceProfileResponse
-
Packages that use CreateInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of CreateInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return CreateInstanceProfileResponse Modifier and Type Method Description default CreateInstanceProfileResponseIamClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a new instance profile.default CreateInstanceProfileResponseIamClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates a new instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type CreateInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<CreateInstanceProfileResponse>IamAsyncClient. createInstanceProfile(Consumer<CreateInstanceProfileRequest.Builder> createInstanceProfileRequest)Creates a new instance profile.default CompletableFuture<CreateInstanceProfileResponse>IamAsyncClient. createInstanceProfile(CreateInstanceProfileRequest createInstanceProfileRequest)Creates a new instance profile.
-