Uses of Class
software.amazon.awssdk.services.finspacedata.model.ApiAccess
-
Packages that use ApiAccess Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of ApiAccess in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return ApiAccess Modifier and Type Method Description ApiAccessCreateUserRequest. apiAccess()The option to indicate whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.ApiAccessGetUserResponse. apiAccess()Indicates whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.ApiAccessUpdateUserRequest. apiAccess()The option to indicate whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.ApiAccessUser. apiAccess()Indicates whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.ApiAccessUserByPermissionGroup. apiAccess()Indicates whether the user can access FinSpace API operations.static ApiAccessApiAccess. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApiAccessApiAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static ApiAccess[]ApiAccess. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.finspacedata.model that return types with arguments of type ApiAccess Modifier and Type Method Description static Set<ApiAccess>ApiAccess. knownValues()Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type ApiAccess Modifier and Type Method Description CreateUserRequest.BuilderCreateUserRequest.Builder. apiAccess(ApiAccess apiAccess)The option to indicate whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.GetUserResponse.BuilderGetUserResponse.Builder. apiAccess(ApiAccess apiAccess)Indicates whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.UpdateUserRequest.BuilderUpdateUserRequest.Builder. apiAccess(ApiAccess apiAccess)The option to indicate whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.User.BuilderUser.Builder. apiAccess(ApiAccess apiAccess)Indicates whether the user can use theGetProgrammaticAccessCredentialsAPI to obtain credentials that can then be used to access other FinSpace Data API operations.UserByPermissionGroup.BuilderUserByPermissionGroup.Builder. apiAccess(ApiAccess apiAccess)Indicates whether the user can access FinSpace API operations.
-