Uses of Class
software.amazon.awssdk.services.iam.model.DeleteInstanceProfileResponse
-
Packages that use DeleteInstanceProfileResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of DeleteInstanceProfileResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return DeleteInstanceProfileResponse Modifier and Type Method Description default DeleteInstanceProfileResponseIamClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)Deletes the specified instance profile.default DeleteInstanceProfileResponseIamClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes the specified instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type DeleteInstanceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteInstanceProfileResponse>IamAsyncClient. deleteInstanceProfile(Consumer<DeleteInstanceProfileRequest.Builder> deleteInstanceProfileRequest)Deletes the specified instance profile.default CompletableFuture<DeleteInstanceProfileResponse>IamAsyncClient. deleteInstanceProfile(DeleteInstanceProfileRequest deleteInstanceProfileRequest)Deletes the specified instance profile.
-