Uses of Class
software.amazon.awssdk.services.codeguruprofiler.model.GetPolicyResponse
-
Packages that use GetPolicyResponse Package Description software.amazon.awssdk.services.codeguruprofiler This section provides documentation for the Amazon CodeGuru Profiler API operations. -
-
Uses of GetPolicyResponse in software.amazon.awssdk.services.codeguruprofiler
Methods in software.amazon.awssdk.services.codeguruprofiler that return GetPolicyResponse Modifier and Type Method Description default GetPolicyResponseCodeGuruProfilerClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the JSON-formatted resource-based policy on a profiling group.default GetPolicyResponseCodeGuruProfilerClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the JSON-formatted resource-based policy on a profiling group.Methods in software.amazon.awssdk.services.codeguruprofiler that return types with arguments of type GetPolicyResponse Modifier and Type Method Description default CompletableFuture<GetPolicyResponse>CodeGuruProfilerAsyncClient. getPolicy(Consumer<GetPolicyRequest.Builder> getPolicyRequest)Returns the JSON-formatted resource-based policy on a profiling group.default CompletableFuture<GetPolicyResponse>CodeGuruProfilerAsyncClient. getPolicy(GetPolicyRequest getPolicyRequest)Returns the JSON-formatted resource-based policy on a profiling group.
-