Uses of Class
com.amazonaws.services.iot.model.GetPolicyResult
-
Packages that use GetPolicyResult Package Description com.amazonaws.services.iot com.amazonaws.services.iot.model -
-
Uses of GetPolicyResult in com.amazonaws.services.iot
Methods in com.amazonaws.services.iot that return GetPolicyResult Modifier and Type Method Description GetPolicyResultAbstractAWSIot. getPolicy(GetPolicyRequest request)GetPolicyResultAWSIot. getPolicy(GetPolicyRequest getPolicyRequest)Gets information about the specified policy with the policy document of the default version.GetPolicyResultAWSIotClient. getPolicy(GetPolicyRequest getPolicyRequest)Gets information about the specified policy with the policy document of the default version.Methods in com.amazonaws.services.iot that return types with arguments of type GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request)Future<GetPolicyResult>AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Future<GetPolicyResult>AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest)Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request)Future<GetPolicyResult>AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Method parameters in com.amazonaws.services.iot with type arguments of type GetPolicyResult Modifier and Type Method Description Future<GetPolicyResult>AbstractAWSIotAsync. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Future<GetPolicyResult>AWSIotAsync. getPolicyAsync(GetPolicyRequest getPolicyRequest, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler)Gets information about the specified policy with the policy document of the default version.Future<GetPolicyResult>AWSIotAsyncClient. getPolicyAsync(GetPolicyRequest request, AsyncHandler<GetPolicyRequest,GetPolicyResult> asyncHandler) -
Uses of GetPolicyResult in com.amazonaws.services.iot.model
Methods in com.amazonaws.services.iot.model that return GetPolicyResult Modifier and Type Method Description GetPolicyResultGetPolicyResult. clone()GetPolicyResultGetPolicyResult. withDefaultVersionId(String defaultVersionId)The default policy version ID.GetPolicyResultGetPolicyResult. withPolicyArn(String policyArn)The policy ARN.GetPolicyResultGetPolicyResult. withPolicyDocument(String policyDocument)The JSON document that describes the policy.GetPolicyResultGetPolicyResult. withPolicyName(String policyName)The policy name.
-