Class RemovePermissionRequest

    • Method Detail

      • actionGroup

        public final ActionGroup actionGroup()

        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

        If the service returns an enum value that is not available in the current SDK version, actionGroup will return ActionGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionGroupAsString().

        Returns:
        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.
        See Also:
        ActionGroup
      • actionGroupAsString

        public final String actionGroupAsString()

        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

        If the service returns an enum value that is not available in the current SDK version, actionGroup will return ActionGroup.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from actionGroupAsString().

        Returns:
        Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.
        See Also:
        ActionGroup
      • profilingGroupName

        public final String profilingGroupName()

        The name of the profiling group.

        Returns:
        The name of the profiling group.
      • revisionId

        public final String revisionId()

        A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.

        Returns:
        A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object