Tabnine Logo
com.oracle.bmc.identity.requests
Code IndexAdd Tabnine to your IDE (free)

How to use com.oracle.bmc.identity.requests

Best Java code snippets using com.oracle.bmc.identity.requests (Showing top 20 results out of 315)

origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteIdpGroupMappingRequest o) {
  identityProviderId(o.getIdentityProviderId());
  mappingId(o.getMappingId());
  ifMatch(o.getIfMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateAuthTokenRequest o) {
  createAuthTokenDetails(o.getCreateAuthTokenDetails());
  userId(o.getUserId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateRegionSubscriptionRequest o) {
  createRegionSubscriptionDetails(o.getCreateRegionSubscriptionDetails());
  tenancyId(o.getTenancyId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateTagRequest o) {
  tagNamespaceId(o.getTagNamespaceId());
  createTagDetails(o.getCreateTagDetails());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateSmtpCredentialRequest o) {
  createSmtpCredentialDetails(o.getCreateSmtpCredentialDetails());
  userId(o.getUserId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListDynamicGroupsRequest o) {
  compartmentId(o.getCompartmentId());
  page(o.getPage());
  limit(o.getLimit());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteCustomerSecretKeyRequest o) {
  userId(o.getUserId());
  customerSecretKeyId(o.getCustomerSecretKeyId());
  ifMatch(o.getIfMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateCustomerSecretKeyRequest o) {
  createCustomerSecretKeyDetails(o.getCreateCustomerSecretKeyDetails());
  userId(o.getUserId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteSwiftPasswordRequest o) {
  userId(o.getUserId());
  swiftPasswordId(o.getSwiftPasswordId());
  ifMatch(o.getIfMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateSwiftPasswordRequest o) {
  createSwiftPasswordDetails(o.getCreateSwiftPasswordDetails());
  userId(o.getUserId());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateTagNamespaceRequest o) {
  createTagNamespaceDetails(o.getCreateTagNamespaceDetails());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateUserRequest o) {
  createUserDetails(o.getCreateUserDetails());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(DeleteDynamicGroupRequest o) {
  dynamicGroupId(o.getDynamicGroupId());
  ifMatch(o.getIfMatch());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(CreateIdentityProviderRequest o) {
  createIdentityProviderDetails(o.getCreateIdentityProviderDetails());
  opcRetryToken(o.getOpcRetryToken());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetWorkRequestRequest o) {
  workRequestId(o.getWorkRequestId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListAvailabilityDomainsRequest o) {
  compartmentId(o.getCompartmentId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetIdentityProviderRequest o) {
  identityProviderId(o.getIdentityProviderId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListCustomerSecretKeysRequest o) {
  userId(o.getUserId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(ListAuthTokensRequest o) {
  userId(o.getUserId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
origin: oracle/oci-java-sdk

/**
 * Copy method to populate the builder with values from the given instance.
 * @return this builder instance
 */
public Builder copy(GetUserGroupMembershipRequest o) {
  userGroupMembershipId(o.getUserGroupMembershipId());
  invocationCallback(o.getInvocationCallback());
  return this;
}
com.oracle.bmc.identity.requests

Most used classes

  • CreateCompartmentRequest$Builder
  • CreateCompartmentRequest
  • CreateSmtpCredentialRequest$Builder
  • CreateSmtpCredentialRequest
  • CreateTagNamespaceRequest$Builder
  • CreateTagRequest$Builder,
  • CreateTagRequest,
  • CreateUserRequest$Builder,
  • CreateUserRequest,
  • DeleteCompartmentRequest$Builder,
  • DeleteCompartmentRequest,
  • DeleteSmtpCredentialRequest$Builder,
  • DeleteSmtpCredentialRequest,
  • DeleteUserRequest$Builder,
  • DeleteUserRequest,
  • GetTagNamespaceRequest$Builder,
  • GetTagNamespaceRequest,
  • GetTagRequest$Builder,
  • GetTagRequest
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now