Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DeleteProfileRequest
-
Packages that use DeleteProfileRequest Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool software.amazon.awssdk.services.wellarchitected.transform -
-
Uses of DeleteProfileRequest in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected with parameters of type DeleteProfileRequest Modifier and Type Method Description default CompletableFuture<DeleteProfileResponse>WellArchitectedAsyncClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Delete a profile.default DeleteProfileResponseWellArchitectedClient. deleteProfile(DeleteProfileRequest deleteProfileRequest)Delete a profile. -
Uses of DeleteProfileRequest in software.amazon.awssdk.services.wellarchitected.transform
Methods in software.amazon.awssdk.services.wellarchitected.transform with parameters of type DeleteProfileRequest Modifier and Type Method Description SdkHttpFullRequestDeleteProfileRequestMarshaller. marshall(DeleteProfileRequest deleteProfileRequest)
-