Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.RemovePermissionResponse
-
Packages that use RemovePermissionResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of RemovePermissionResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return RemovePermissionResponse Modifier and Type Method Description default RemovePermissionResponseCodeGuruProfilerClient. removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)Removes permissions from a profiling group's resource-based policy that are provided using an action group.default RemovePermissionResponseCodeGuruProfilerClient. removePermission(RemovePermissionRequest removePermissionRequest)Removes permissions from a profiling group's resource-based policy that are provided using an action group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type RemovePermissionResponse Modifier and Type Method Description default CompletableFuture<RemovePermissionResponse>CodeGuruProfilerAsyncClient. removePermission(Consumer<RemovePermissionRequest.Builder> removePermissionRequest)Removes permissions from a profiling group's resource-based policy that are provided using an action group.default CompletableFuture<RemovePermissionResponse>CodeGuruProfilerAsyncClient. removePermission(RemovePermissionRequest removePermissionRequest)Removes permissions from a profiling group's resource-based policy that are provided using an action group.
-